From c0ccad56f904bdce9808c3ace2d34fbfcb166f14 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 1 Nov 2017 21:43:56 +0100 Subject: [PATCH] widget: Don't tell people to wait for nonexisting events --- gtk/gtkwidget.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index f173c284dc..1a154de0e1 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1574,8 +1574,7 @@ gtk_widget_class_init (GtkWidgetClass *klass) * The ::map signal is emitted when @widget is going to be mapped, that is * when the widget is visible (which is controlled with * gtk_widget_set_visible()) and all its parents up to the toplevel widget - * are also visible. Once the map has occurred, #GtkWidget::map-event will - * be emitted. + * are also visible. * * The ::map signal can be used to determine whether a widget will be drawn, * for instance it can resume an animation that was stopped during the -- 2.30.2